home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / mom_mania.swf / scripts / mx / core / IDeferredInstantiationUIComponent.as < prev    next >
Text File  |  2011-08-19  |  795b  |  28 lines

  1. package mx.core
  2. {
  3.    public interface IDeferredInstantiationUIComponent extends IUIComponent
  4.    {
  5.        
  6.       
  7.       function get descriptor() : UIComponentDescriptor;
  8.       
  9.       function createReferenceOnParentDocument(param1:IFlexDisplayObject) : void;
  10.       
  11.       function set descriptor(param1:UIComponentDescriptor) : void;
  12.       
  13.       function deleteReferenceOnParentDocument(param1:IFlexDisplayObject) : void;
  14.       
  15.       function executeBindings(param1:Boolean = false) : void;
  16.       
  17.       function get id() : String;
  18.       
  19.       function set cacheHeuristic(param1:Boolean) : void;
  20.       
  21.       function get cachePolicy() : String;
  22.       
  23.       function registerEffects(param1:Array) : void;
  24.       
  25.       function set id(param1:String) : void;
  26.    }
  27. }
  28.